body{}
.lb-box {
  width: 188px;
  height: 270px;
  position: relative;
  overflow: hidden;
}


.lb-content {
  width: 100%;  
  height: 100%;
  background:url('/IndexFiles/images/qqqunGroupBg.png') center top no-repeat;
  user-select: none;
}

.lb-item {
  width: 100%;  
  height: 100%;
  display: none;
  position: relative;  
  user-select: none; 
}

.lb-item > div {
  width: 100%;
  height: 100%;
  display: block;
}

.lb-item > div > img {
  width: 100%;
  height: 100%;
}

.lb-content > span {
  width: 20px;
  display: block;
  position: absolute;
  top:26px;
  right:5px;
  padding: 0;
  color: #996666;
  text-align: center;
  font-size:12px;
  line-height: 1.3;
  /*background-color: rgba(0,0,0,0.7);*/
}
 

.lb-item.active {
  display: block;
  left: 0%;
  cursor: pointer;
}
.lb-item.active.left {
  left: -100%;
}
.lb-item.active.right {
  left: 100%;
}

.lb-item.active.showPic {
 visibility: visible;
}
.lb-item.prev.hiddenPic {
 visibility: hidden;
}
 
.lb-item.next{
 visibility: visible;
}

.lb-item.prev{
 visibility: hidden;
}
/*  */
/*
.lb-item.next,
.lb-item.prev {
  display: block;
  position: absolute;
  top: 0px;
}
.lb-item.next {
  left: 100%;
}
.lb-item.prev {
  left: -100%;
}
.lb-item.next.left,
.lb-item.prev.right {
  left: 0%;
}
*/


.lb-sign {
  position: absolute;
  top: 0px;
  list-style: none;
  user-select: none;
  margin:0;
  padding:0;
  left:28px;
  top:6px;
}

.lb-sign li {
  padding:0 5px;
  margin:0 3px 0 0;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  user-select: none;
  float: left;
  color: #f7f6f2;
  background-color: #b8a289;
  cursor: pointer;
}
.lb-sign li:hover {
  color: #f7f6f2;
  background-color: #8d6840;
  user-select: none;
}
.lb-sign li.active {
 color: #f7f6f2;
 background-color: #8d6840;
}

.lb-ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 900;
  user-select: none;
  background-color: #b8a289;
  color: #fff;
  border-radius: 50%;
  padding: 0 2px;
  cursor: pointer;
  transition: all 0.1s linear;
}

.lb-ctrl.left {
  left: -50px;
}
.lb-ctrl.right {
  right: -50px;
}
.lb-box:hover .lb-ctrl.left {
  left: 8px;
}
.lb-box:hover .lb-ctrl.right {
  right: 8px;
}
.lb-ctrl:hover {
  background-color: #8d6840;
  user-select: none;
}
